home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00474.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  227 b   |  9 lines

  1. on exitFrame
  2.   global gTourForwardArrow, gCurrLabel
  3.   if the frameLabel <> 0 then
  4.     gCurrLabel = the frameLabel
  5.   end if
  6.   set the cursor of sprite 42 to [member("hand"), member("hand mask")]
  7.   Inscope(gTourForwardArrow)
  8. end
  9.